String Schema
CompanyNameType Complex Type
Namespace http://string.drv.de/xmlschema/string
Diagram
OrganisationLevelID Element Code Element ShortName Element Sequence CompanyNameType Complex Type
Overview
Sequence
ShortName optional
Code optional
OrganisationLevelID optional xs:int
As the company could be part of a bigger organization, one might provide the level in the hierarchy of that organization Only 1 digit LevelIds are provided
Used By
CompanyName Element
CompanyName Element
Source
<xs:complexType name="CompanyNameType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="ShortName" minOccurs="0" />
    <xs:element name="Code" minOccurs="0" />
    <xs:element name="OrganisationLevelID" type="xs:int" minOccurs="0">
      <xs:annotation>
        <xs:documentation>As the company could be part of a bigger organization, one might provide the level in the hierarchy of that organization
Only 1 digit LevelIds are provided</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.